home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / processes / pid < prev    next >
Encoding:
Text File  |  1993-10-26  |  711 b   |  19 lines  |  [TEXT/$Tcl]

  1.  
  2.           pid ?fileId?
  3.  
  4.  
  5.      DESCRIPTION
  6.           If the fileId argument is  given  then  it  should  normally
  7.           refer  to  a process pipeline created with the open command.
  8.           In this case the pid command will return a list  whose  ele-
  9.           ments  are  the  process identifiers of all the processes in
  10.           the pipeline, in order.  The list will be  empty  if  fileId
  11.           refers to an open file that isn't a process pipeline.  If no
  12.           fileId argument is given then pid returns the process  iden-
  13.           tifier  of the current process.  All process identifiers are
  14.           returned as decimal strings.
  15.  
  16.  
  17.      KEYWORDS
  18.           file, pipeline, process identifier
  19.